.col-1{width:100%;float:left;display:inline-block;}
.col-2{width:50%;float:left;display:inline-block;}
.col-3{width:33.33%;float:left;display:inline-block;}
.col-4{width:25%;float:left;display:inline-block;}

.header{
	width: 100%;
	height:104px;
	background: #fff;
}

.header h1{
	width: 270px;
	height:74px;
	float: left;
	background:url(../images/logo.png) no-repeat center center;
	font-size:0;
	margin-top: 15px;
}

.header .header-nav{
	float: left;
	margin-left: 130px;
}

.header .header-nav li{
	width: 90px;
	display: inline-block;
	border-bottom:2px solid #fff;
	text-align: center;
	height:102px;
	margin-right: 34px;
}
.header .header-nav li:hover h3,.header .header-nav li.on h3{
	color: #a52e2e;
}
.header .header-nav li:hover,.header .header-nav li.on{
	
	border-bottom: 2px solid #a52e2e;
}
.header .header-nav li:nth-child(6){
	margin-right: 0;
}
.header .header-nav li h3{
	padding-top: 35px;
	font-size:15px;
	color: #444;
}

.header .search_btn{
    width:25px; 
    height:24px;
    line-height:24px;
    margin-top:40px;
    display:inline-block; 
    float:right;
    background: url(../images/search.png) no-repeat left center; 
    cursor:pointer;
    float: right;
}

.header .search_form{
    position:absolute; 
    top:104px; 
    right:0; 
    z-index: 200; 
    margin:0 auto;
    width:100%;  
    padding:20px 0;
    background:#dbdbdb; 
    display:none;
}
.header .search_form form{
    max-width:729px;
    width:80%; 
    float:right;
    margin:0 0 0 auto;
    display: inline-block;
}
.header .search_form input.text{
    float:left;
    width:84%; 
    height:50px; 
    text-indent:10px; 
    border:1px solid #ddd;
    background:#fff; 
    font-size:14px; 
    color:#595959;
    font-family: siyuan;
    display:inline-block; 
}
.header .search_form input.submit{
    float:left;
    width:15%; 
    height:50px;
    color:#fff;
    font-size:14px;
    text-align:center;
    background: #aaa;
    display:inline-block; 
    font-family: siyuan;
    cursor:pointer;
}

.header .search_form .close {
    max-width:152px;
    width:5%;
    height: 50px;
    line-height:50px;
    float:right;
    display: inline-block;
    cursor: pointer;
    background: url(../images/close.png)no-repeat center right;
}

.index_banner{
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
}
.index_banner .hd{
	position: absolute;
	bottom: 15px;
	left: 0;
	right:0;
	margin:auto;
	text-align: center;
	z-index: 99;
}
.index_banner .hd ul{
	flex-direction: row; 
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
}
.index_banner .hd li{
	width: 4px;
	height:26px;
	display: flex;
	background:#fff;
	font-size:0;
	margin:0 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	


}

.index_banner .hd li.on{
	background: red;
	height: 45px;
}
.index_banner .bd li{
	width: 100%;
}

.index-pro {
	margin:60px 0 0 0;
}

.index-pro .pro-con{
	width: 100%;
}

.index-pro .pro-con .list-box{
	width: 576px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.index-pro .pro-con .list-box .img_box{
	width: 576px;
	height:370px;
	overflow: hidden;
}

.index-pro .pro-con .list-box .mask{
	position:absolute;
	width: 576px;
	height:370px;
	top: 0;
	left: 0;
	right:0;
	margin:auto;
	background: rgba(0,0,0,0.7);
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.index-pro .pro-con .list-box .mask .title{
	color: #fff;
	margin-top: 120px;

}

.index-pro .pro-con .list-box .mask .title h3{
	font-size:18px;
	padding-bottom: 10px;

}
.index-pro .pro-con .list-box .mask .title p{
	font-size:18px;
}

.index-pro .pro-con .list-box .mask .more{
	width: 40px;
	height: 40px;
	background:url(../images/i-mask.png) no-repeat center center;
	background-size: 40px 40px;
	margin:30px auto 0;

}

.index-pro .pro-con .list-box2{
	width: 613px;
	float: right;
	position: relative;
}

.index-pro .pro-con .list-box2 .img_box{
	width: 613px;
	height:750px;
	overflow: hidden;
}

.index-pro .pro-con .list-box2 .mask{
	position:absolute;
	width: 613px;
	height:750px;
	top: 0;
	left: 0;
	right:0;
	margin:auto;
	background: rgba(0,0,0,0.7);
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.index-pro .pro-con .list-box:hover .mask,.index-pro .pro-con .list-box2:hover .mask,
.index-pro .pro-con .list-box3:hover .mask{
	opacity: 1;
}
.index-pro .pro-con .list-box2 .mask .title{
	color: #fff;
	margin-top: 315px;
}

.index-pro .pro-con .list-box2 .mask .title h3{
	font-size:18px;
	padding-bottom: 10px;
}
.index-pro .pro-con .list-box2 .mask .title p{
	font-size:18px;
}

.index-pro .pro-con .list-box2 .mask .more{
	width: 40px;
	height: 40px;
	background:url(../images/i-mask.png) no-repeat center center;
	background-size: 40px 40px;
	margin:30px auto 0;
}

.index-pro .pro-con .list-box3{
	width: 576px;
	float: left;
	position: relative;
}

.index-pro .pro-con .list-box3 .img_box{
	width: 576px;
	height:370px;
	overflow: hidden;
}

.index-pro .pro-con .list-box3 .mask{
	position:absolute;
	width: 576px;
	height:370px;
	top: 0;
	left: 0;
	right:0;
	margin:auto;
	background: rgba(0,0,0,0.7);
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.index-pro .pro-con .list-box3 .mask .title{
	color: #fff;
	margin-top: 120px;
}

.index-pro .pro-con .list-box3 .mask .title h3{
	font-size:18px;
	padding-bottom: 10px;
}
.index-pro .pro-con .list-box3 .mask .title p{
	font-size:18px;
}

.index-pro .pro-con .list-box3 .mask .more{
	width: 40px;
	height: 40px;
	background:url(../images/i-mask.png) no-repeat center center;
	background-size: 40px 40px;
	margin:30px auto 0;
}

.index_case{
    width:100%;
    max-width:1920px;
    padding:90px 0 20px 0;
    margin:0 auto;
}



.slide-carousel .item-list li .item-content{
    width:100%;
    height:auto;
    max-width:780px;
    max-height:400px;
    line-height:472px;
    text-align:center;
}



.case_side{width:1200px;height:410px;margin:50px auto 0;overflow:hidden;position: relative;}
.case_side .slide-carousel{margin-bottom:20px}
.case_side .slide-3d .desc{display:none}
.case_side .slide-3d .item-list li{width:780px;height:400px;transition:all .5s ease-out;opacity:0;position:absolute;top:0;left:0}
.case_side .slide-3d .item-list li.item0{transform:translate3d(-210px,0,0) scale(.8)}
.case_side .slide-3d .item-list li.item1{transform:translate3d(0,0,0) scale(.8);transform-origin:0 50%;opacity:1;z-index:2}
.case_side .slide-3d .item-list li.item2{transform:translate3d(210px,0,0) scale(1);transform-origin:0 50%;opacity:1;z-index:3}
.case_side .slide-3d .item-list li.item3{transform:translate3d(495px,0,0) scale(.8);transform-origin:100% 50%;opacity:1;z-index:2}
.case_side .slide-3d .item-list li.item4{transform:translate3d(780px,0,0) scale(.8)}
.case_side .slide-3d .item-list li.item5{transform:translate3d(1065px,0,0) scale(.8)}
.case_side .slide-3d .item-list li.item6{transform:translate3d(1350px,0,0) scale(.8)}
.case_side .slide-3d .item-list li.item7{transform:translate3d(1635px,0,0) scale(.8)}
.case_side .slide-3d .item-list li.item8{transform:translate3d(1920px,0,0) scale(.8)}
.case_side .slide-3d .item-list li.item9{transform:translate3d(2205px,0,0) scale(.8)}
.case_side .slide-2d .item-list li{width:1200px;height:490px;transition:all .5s ease-out;position:absolute;top:0;left:0}
.case_side .slide-2d .item-list li.item0{transform:translateX(-1200px)}
.case_side .slide-2d .item-list li.item1{transform:translateX(0px)}
.case_side .slide-2d .item-list li.item2{transform:translateX(1200px)}
.case_side .slide-2d .item-list li.item3{transform:translateX(2400px)}
.case_side .slide-2d .item-list li.item4{transform:translateX(3600px)}
.case_side .slide-2d .item-list li.item5{transform:translateX(4800px)}
.case_side .slide-2d .item-list li.item6{transform:translateX(6000px)}
.case_side .slide-2d .item-list li.item7{transform:translateX(7200px)}
.case_side .slide-2d .item-list li.item8{transform:translateX(8400px)}
.case_side .slide-2d .item-list li.item9{transform:translateX(9600px)}






.case_side .slide-3d .item-prev,
.case_side .slide-3d .item-next{

    display:inline-block;
    position:absolute;
    bottom:10px;
    cursor:pointer;
    font-size:40px;
    color:#fff;
    font-family: '新宋体';
    z-index: 99;
}
.case_side .slide-3d .item-prev{
    left:260px;
}
.case_side .slide-3d .item-next{
    right:260px;
}
.case_side .left_mask,.case_side .right_mask{
	width: 210px;
	height: 320px;
	background:rgba(0,0,0,0.8);
	position: absolute;
	top:40px;
	margin:auto;
	z-index: 99;
}
.case_side .left_mask{
	left: 0;
}
.case_side .right_mask{
	right: 0;
}
.case_side li .mask{
	position: absolute;
	bottom: 0;
	right:0;
	left: 0;
	margin:auto;
	text-align: center;
	line-height: 50px;
	background:rgba(0,0,0,0.5);
	color: #fff;
	font-size: 18px;
}

.case_side li .mask i{
	padding:0 40px;
}
.tit{

}

.tit h3{
	font-size:20px;
	color: #444444;
	padding-bottom: 8px;
}

.tit p{
	color: #efefef;
	font-size:60px;
}
.index-about{
	margin:70px 0 85px;
}
.index-about .about-con{
	position: relative;
	margin-top: 50px
}

.index-about .about-con .text-box{
	height: 528px;
	overflow: hidden;
	background:url(../images/index-about-bg.jpg) no-repeat center center;
	background-size: cover;
	background-color: #333;
}

.index-about .about-con .text-box h3{
	color: #fff;
	font-size:26px;
	text-align: center;
	padding:100px 0 50px;

}

.index-about .about-con .text-box .text{
	line-height: 28px;
	color: #fff;
	font-size:15px;
	padding:0 170px 0 100px;
	text-align: center;
}

.index-about .about-con .text-box .more{
	width: 100px;
	height: 40px;
	background:#fff;
	color: #818181;
	font-size:15px;
	line-height: 40px;
	text-align: center;
	margin: 40px auto 0 auto;
}
.index-about .about-con .text-box .more:hover{
	background: #a52e2e;
	color: #fff;
}
.index-about .about-con .text-box .more a{
	display: block;
}

.index-about .about-con .video{
	position: absolute;
	right:0;
	top: 115px;
	margin: auto;
	box-shadow: 4px 2px 5px #666;
}

.index_news{
	margin-bottom: 90px;
}
.index_news .con-box{
	width: 100%;
	margin-top: 50px;
}

.index_news .con-box .L-txt{
	width: 652px;
	float: left;
}

.index_news .con-box .L-txt .list-box{
	width: 100%;
	padding-bottom: 24px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 61px;
}
.index_news .con-box .L-txt .list-box:nth-child(3){
	margin-bottom: 0;
}
.index_news .con-box .L-txt .list-box .data-box{
	width: 80px;
	height:80px;
	background:#bfbfbf;
	text-align:center;
	color: #fff;
	float: left;
}
.index_news .con-box .L-txt .list-box:hover .data-box{
	background:#a52e2e;
}
.index_news .con-box .L-txt .list-box .data-box h3{
	font-size:26px;
	padding:15px 0 2px;
}
.index_news .con-box .L-txt .list-box .data-box i{
	font-size:15px;
}

.index_news .con-box .L-txt .list-box .text-box{
	width: 552px;
	float: right;
}

.index_news .con-box .L-txt .list-box .text-box h3{
	font-size:16px;
	color: #444444;
}
.index_news .con-box .L-txt .list-box .text-box .text{
	font-size:15px;
	color: #888888;
	line-height: 30px;
}

.index_news .con-box .img_box{
	width: 448px;
	height:442px;
	overflow: hidden;
	float: right;
}

.footer{
	background:#444444;
	padding:50px 0 40px 0;
}

.footer .text-box{
	float: left;
	margin: 0 100px;
}
.footer .text-box p{
	color: #fff;
	font-size:15px;
	
}
.footer .text-box2{
	float: left;
}
.footer .text-box2 p{
	color: #fff;
	font-size:15px;

}

.footer .code{
	float: right;
}

.footer .text-box2 .code-box .img_box{
	width: 95px;
	height: 95px;
	overflow: hidden;
}

.footer .code p{
	font-size:14px;
	color: #fff;
	margin-top: 10px;
}

/*product*/

.inc-banner{
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
}
.inc-banner .pro-series{
	width: 1200px;
	bottom: 0px;
	left: 0;
	right: 0;
	margin:auto;
	background:rgba(0,0,0,0.5);
	position: absolute;
}
.inc-banner .pro-series ul{

}
.inc-banner .pro-series li{
	display: inline-block;
	line-height: 70px;
	color: #fff;
	font-size: 18px;
	width: 200px;
	text-align:center;

}

.inc-banner .pro-series li:hover,.inc-banner .pro-series li.on{
	color: #fff;
	background:rgba(0,0,0,0.8);
}
.pro-series-view{
	height: 70px;
	line-height: 70px;
	width: 1200px;
	background: #fff;
	margin:0 auto;
	position: relative;
}
.pro-series-view:before{
	position: absolute;
	top: 20px;
	left: 32px;
	margin:auto;
	width: 15px;
	height: 15px;
	border:5px solid #a52e2e;
	content: '';
	border-radius: 100%;
}

.pro-series-view ul{
	padding-left: 85px;
}
.pro-series-view li{
    padding: 0 14px;
    display: inline-block;
    font-size: 15px;
    color: #444444;
    height: 36px;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
    margin-right: 23px;
}

.pro-series-view li:hover,.pro-series-view li.on{
	background:#a52e2e;
	color:#fff;
}

.pro-case{
	margin-top: 20px;
}

.pro-case .list-box{
	display: inline-block;
	margin-top: 60px;

}

.pro-case .list-box .img_box{
	width: 370px;
	height:340px;
	overflow: hidden;
	background: #fff;
	
}
.pro-case .list-box .img_box img{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.pro-case .list-box:hover .img_box img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.pro-case .list-box .text-box{
	width: 370px;
	margin-top: -3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background:#fff;
	font-size: 16px;
	color: #444;
	line-height: 70px;
	text-align:center;
	width: 370px;
}
.pro-case .list-box:hover .text-box{
	background:#a52e2e;
}

.pro-case .list-box:hover .text-box p{
	text-indent:-20px;
	color: #fff;
}
.pro-case .list-box .text-box p{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.pro-case .list-box p i{
	float: right;
	color: #fff;
	font-size: 16px;
	padding-right: 20px;
}

.page{
	text-align:center;
	margin:70px 0;
}

.page a{
	padding:10px 12px;
	border:1px solid #646464;
	font-size: 16px;
	color: #444444;
	border-radius: 5px;
	margin:0 6px;
	background:#fff;
}

.page a:hover,.page a.on{
	background:#646464;
	color: #fff;
}

.page div{
	display: inline-block;
	*zoom: 1;
}
.page div:before,.page div:after{
	content:'';
	display: block;
	height:0;
	clear: both;
	visibility:hidden;
	
}

/*case*/

.case-link{
	background:#444444;
	width: 100%;
}
.case-link ul{
	width: 1200px;
	margin:0 auto;
}
.case-link li{
	display: inline-block;
	width: 240px;
	height: 70px;
	line-height: 70px;
	text-align:center;
	color: #fff;
	font-size: 18px;

}
.case-link li.on,.case-link li:hover{
	color: #fff;
	background:#0e0e0e;
}
.case-link li a{
	display: block;
}

.case .case-con{
	margin-top: 30px;
}

.case .case-con .list-box{
	position: relative;
	margin-top: 60px;
	cursor: pointer;
}

.case .case-con .list-box .img_box{
	width: 590px;
	height:400px;
	overflow:hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*.case .case-con .list-box .img_box img{
	width: 590px;
	height:400px;
}*/
.case .case-con .list-box .mask{
	width: 590px;
	height: 60px;
	background:rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.case .case-con .list-box .mask p{
	line-height: 60px;
	color: #fff;
	font-size: 15px;
	text-align:center;
}

.case .case-con .list-box .mask2{
	opacity: 0;
	position: absolute;
	width: 590px;
	height:400px;
	background:rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.case .case-con .list-box:hover .mask2{
	opacity: 1;
}

.case .case-con .list-box:hover .mask{
	opacity: 0;
}
.case .case-con .list-box .mask2 .pic-box{
	background:url(../images/i-mask.png) no-repeat center center;
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
	margin:150px auto 0;
}

.case .case-con .list-box .mask2 p{
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding-top: 30px;
}

.contact{

}

.contact .text-box{
	padding-left: 90px;
	margin-top: 50px
}

.contact .text-box h1{
	background:url(../images/logo.png) no-repeat center left;
	width: 202px;
	height: 74px;
	font-size: 0;
	margin-bottom: 25px;

}

.contact .text-box h3{
	font-size: 18px;
	color: #444;
}

.contact .text-box p{
	color: #bfbfbf;
	font-size: 18px;
	padding-top: 5px;
	line-height: 28px;
}
.con-list{
	margin:70px 0 90px;
}
.con-list .list-box{
	text-align:center;
}

.con-list .list-box .pic-box{
	width: 80px;
	height: 80px;
	margin:0 auto;
}

.con-list .list-box h3{
	font-size: 15px;
	color: #444444;
	padding-top: 15px;
}

.con-list .list-box p{
	font-size: 15px;
	color: #bfbfbf;
	padding-top: 5px;
}

.map-box{
	width: 1200px;
	margin:0 auto 120px;
	overflow: hidden;
	height: 480px;
}


.news{

}

.news .list-box{
	width: 100%;
	margin-top: 60px;
}

.news .list-box .img_box{
	width: 480px;
	height: 300px;
	float: left;
	overflow: hidden;
	background:#fff;
}

.news .list-box .text-box{
	width: 680px;
	float: right;
	height: 300px;
	background: #fff;
	padding-left: 40px;

}

.news .list-box .text-box .data-text{
	font-size: 15px;
	color: #bfbfbf;
	line-height: 30px;
	position: relative;
	margin: 60px 0 25px;
	padding-bottom: 25px;
}
.news .list-box .text-box .data-text:after{
	position: absolute;
	width: 40px;
	height: 1px;
	background:#a52e2e;
	bottom: 0;
	left: 0;
	margin:auto;
	content:'';
}

.news .list-box .text-box h3{
	font-size: 18px;
	color: #444444;
}

.news .list-box .more{
	font-size: 18px;
	color: #a52e2e;
	margin-top: 25px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.news .list-box:hover .text-box h3{
	color: #a52e2e;
}
.news .list-box:hover .more{
	opacity: 1;
}
.about .text-box{
	text-align: center;
	padding:100px 60px 100px;

}

.about .text-box h3{
	font-size: 26px;
	color: #444444;
	padding-bottom: 55px;
}

.about .text-box .text{
	line-height: 28px;
	font-size: 15px;
	color: #444444;
}

.about-iness{
	background:url(../images/about-bg02.jpg) no-repeat center center;
	width: 100%;
	max-width: 1920px;
	height: 500px;
	overflow: hidden;
	margin:0 auto;
}

.about-iness ul{
	width: 1575px;
	margin:0 auto;
}

.about-iness li{
	width: 260px;
	height: 500px;
	display: inline-block;
	text-align: center;
	
}
.about-iness li h3{
	font-size: 20px;
	color: #fff;
	text-align:center;
	margin-top: 200px;

}

.about-iness li .mask{
	width: 140px;
	margin:20px auto 0;
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;

}
.about-iness li .mask p{
	font-size:15px;
	color: #fff; 
	line-height: 28px;
}
.about-iness li:hover{
	background: url(../images/about-bg.png)no-repeat center center;
}


.about-iness li:hover .mask{
	opacity: 1;
}

.about-brand{
	padding-top: 80px;
}

.about-tit{
	text-align:center;
}
.about-tit h3{
	font-size: 26px;
	color: #444444;
}

.about-tit p{
	font-size: 16px;
	color: #666666;
}
.about2{
	background:#f1f2f3;
}
.brand-video{
	padding:0 16px;
	margin-top: 70px;
}

.brand-video video{
	margin-right: 40px;
}
.about_honor{
	padding:80px 0 60px;
}
.about_honor .slide_box{
	width: 1200px;
	margin: 70px auto 0;
	position: relative;
	padding-bottom: 75px;

}

.about_honor .slide_box .hd{
	text-align:center;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	margin:auto;
}
.about_honor .slide_box .hd li{
	width: 20px;
	height: 20px;
	background:url(../images/a-li.png)no-repeat center center;
	display: inline-block;
	font-size: 0;
}

.about_honor .slide_box .hd li.on{
	background:url(../images/a-li01.png)no-repeat center center;
}
.about_honor .slide_box .bd{

}

.about_honor .slide_box .bd li{
	width: 283px;
	margin-right: 13px;

}

.about_honor .slide_box .bd li .img_box{
	width: 283px;
	height: 215px;
	overflow: hidden;
}
.about_honor .slide_box .bd li p{
	font-size: 18px;
	color: #444444;
	text-align:center;
	line-height: 50px;
	background: #fff;
}

/*news-views*/

.news-views {
		margin-top: 60px;
}

.news-views .news-tit{
    text-align: center;

}
.news-views .news-tit h3{
    font-size: 30px;
    color: #000000;
}

.news-views .news-tit p{
    padding: 15px 0;
    font-size: 18px;
    color: #000000;

}

.news-views .text-box{
    width: 100%;
    margin-top: 30px;

}

.news-views .text-box p{
    text-indent: 20px;
    font-size: 15px;
    line-height: 28px;
}

.news-views-link{
    margin: 30px 0 50px;
}

.news-views-link li{
    font-size:15px;

}

.pro_views{

}

.top-link{
	width: 1200px;
	margin: 20px auto 30px; 
}

.top-link p{
	font-size: 15px;
	color: #bfbfbf;
}
.top-link p em{
	padding:0 10px;
}

.top-link p i{
	color: #444444;
}
.pro_views .views_slide{
	width: 100%;
}

.pro_views .views_slide .parbd{
	width: 550px;
	height: 472px;
	float: left;
}

.pro_views .views_slide .parbd li .img_box{
	width: 550px;
	height: 472px;
	overflow: hidden;
	background:#fff;
}

.pro_views .views_slide .parhd{
	width: 560px;
	float: right;
}

.pro_views .views_slide .parhd .text-box{

}
.pro_views .views_slide .parhd .text-box .tit{
	border-bottom: 1px dashed #d2d2d2;
	padding:20px 0;
}

.pro_views .views_slide .parhd .text-box .tit h3{
	font-size: 26px;
	color: #a52e2e;
}

.pro_views .views_slide .parhd .text-box .tit p{
	font-size: 18px;
	color: #444444;
	line-height: 30px;
}
.pro_views .views_slide .parhd .text-box .text{
	padding-top: 15px;
}

.pro_views .views_slide .parhd .text-box .text p{
	font-size: 18px;
	color: #444444;
	line-height: 40px;
}
.pro_views .views_slide .parhd .text-box .text p i{
	color: #a52e2e;
}

.pro_views .views_slide .parhd .text-box .text h3{
	background: #bfbfbf;
	padding:10px 15px;
	color: #fff;
	font-size: 16px;
	width: 80px;
	text-align:center;
	margin: 15px 10px 15px 0;
	display: inline-block;

}

.pro_views .views_slide .parhd{
	width: 560px;
	position:relative;
	background: #fff;
	padding:0 0 10px 90px;
	height: 462px;
}

.pro_views .views_slide .parhd .sslide{
	width: 560px;
}
.pro_views .views_slide .parhd li{
	width: 140px;
	margin-right:6px !important;
	float:left;
}

.pro_views .views_slide .parhd li .img_box{
	width: 140px;
	height:100px;
	overflow: hidden;
	border:1px solid #fff;
}
.pro_views .views_slide .parhd li.on .img_box{
	border:1px solid;
}
.pro_views .views_slide .parhd .prev,.pro_views .views_slide .parhd .next{
	position:absolute;
	top: 45%;
	margin:auto;
	font-size: 30px;
	font-family:'新宋体';
	color:#000;
	text-align: center;
	line-height: 10px;
	z-index: 99;
	cursor: pointer;
}

.pro_views .views_slide .parhd .prev{
	left: 0;
}

.pro_views .views_slide .parhd .next{
	right: 0;
}

.next-pro{
	padding:25px 0 70px;
}

.next-pro li{
	font-size: 16px;
	color: #444444;
	text-align:center;
	text-indent:80px;
	width: 398px;
	line-height: 50px;
	background:#fff;
	margin-right: 3px;
}

.next-pro li a{
	display: block;
}
.next-pro li:nth-child(1){
	background:#fff url(../images/pro-link-p.png)no-repeat center center;
}

.next-pro li:nth-child(2){
	background:#fff url(../images/pro-link.png)no-repeat center center;
}

.next-pro li:nth-child(3){
	background:#fff url(../images/pro-link-n.png)no-repeat center center;
	margin-right: 0;
}

.pro-space{
	width: 1200px;
	margin: 0 auto;

}
.pro-space h3{
	width: 100%;
	height:60px;
	background:#363636;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	text-indent: 20px;
}

.pro-space .pro_slide{
	width: 1200px;
	margin: 0 auto 70px;
	position: relative;
	background: #fff;
	padding:60px 0;
}
.pro-space .pro_slide .bd{
	width: 990px;
	margin: 0 auto;
}
.pro-space .pro_slide .next,.pro-space .pro_slide .prev{
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align:center;
	font-family: "新宋体";
	color: #fff;
	font-size: 60px;
	position: absolute;
	top: 42%;
	margin:auto;
	z-index: 99;
	background:rgba(0,0,0,0.5);
	cursor: pointer;
}
.pro-space .pro_slide .next{
	left: 105px;
}
.pro-space .pro_slide .prev{
	right: 105px;
}

.pro-space .pageState{
	width: 80px;
	height: 40px;
	line-height: 40px;
	border-radius: 30px;
	text-align:center;
	background:rgba(0,0,0,0.5);
	position: absolute;
    bottom: 84px;
    right: 130px;
	font-size: 18px;
	color: #fff;
}
.pro-con2 h3{
	width: 100%;
	height:60px;
	background:#363636;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	text-indent: 20px;
}

.pro-con2 .pic-box{
	width: 1200px;
	margin: 0 auto 60px;
	text-align: center;
	background: #fff;
	padding:60px 0; 
}

.pro-related h3{
	width: 100%;
	height:60px;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	text-indent: 20px;
	background: #363636;
}

.pro-related .related-case{
	margin:60px 0;
}


.pro-related .related-case .list-box .img_box{
	width: 370px;
	height: 340px;
	overflow: hidden;
}

.pro-related .related-case .list-box p{
	font-size: 16px;
	color: #444;
	line-height: 60px;
	text-align:center;
	width: 370px;
	background: #fff;
}

.pro-related .related-case .list-box:nth-child(3){
	margin-right: 0;
}

.logo{
	display: inline-block;
    float: left;
    margin-right: 50px;
}
.bottom{
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #888;
	background: #444444;
	color: #fff;
}